manual memory meaning in English
人工存储器
手控存储器
Examples
- C developers are accustomed to the tasks related to manual memory management
C + +开发人员熟悉与手动内存管理相关的任务。 - This forces the program to fall back on techniques that resemble manual memory management
这使得程序不得不使用人工内存管理的老技术。 - Although manual memory management with linked lists is possible , it is not a very friendly task
尽管使用链表人工管理内存是可行的,但那不是一件非常容易的工作。 - Com developers are accustomed to implementing reference counting as a manual memory management technique
Com开发人员习惯于将实现引用计数作为一个手动的内存管理技术。 - Automatic memory management simplifies development by eliminating the common bugs that arise from manual memory management schemes
自动内存管理通过消除手动内存管理方案引起的常见bug简化了开发。